home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 05.zip / BS1 part 5 / SASC_6.0_Disk_4.adf / Compiler_Headers / Include / libraries / translator.h < prev   
C/C++ Source or Header  |  1992-07-30  |  576b  |  23 lines

  1. #ifndef LIBRARIES_TRANSLATOR_H
  2. #define LIBRARIES_TRANSLATOR_H
  3.  
  4. /*
  5. **    $Filename: libraries/translator.h $
  6. **    $Release: 2.04 Includes, V37.4 $
  7. **    $Revision: 36.1 $
  8. **    $Date: 90/12/13 $
  9. **
  10. **    Useful definitions for translator.library
  11. **
  12. **    (C) Copyright 1988-1991 Commodore-Amiga Inc. and
  13. **    Joseph Katz/Mark Barton.  All rights reserved.
  14. */
  15.  
  16. /*    Translator error return codes    */
  17.  
  18. #define    TR_NotUsed    -1    /* This is an oft used system rc    */
  19. #define    TR_NoMem    -2    /* Can't allocate memory        */
  20. #define TR_MakeBad    -4    /* Error in MakeLibrary call        */
  21.  
  22. #endif    /* LIBRARIES_TRANSLATOR_H */
  23.